﻿2026-07-22T03:13:02.3004672Z ##[group]Run actions/checkout@v5
2026-07-22T03:13:02.3005874Z with:
2026-07-22T03:13:02.3006600Z   repository: BigscreenVR/spt-bs-core
2026-07-22T03:13:02.3013445Z   token: ***
2026-07-22T03:13:02.3014134Z   ssh-strict: true
2026-07-22T03:13:02.3014823Z   ssh-user: git
2026-07-22T03:13:02.3015524Z   persist-credentials: true
2026-07-22T03:13:02.3016302Z   clean: true
2026-07-22T03:13:02.3017028Z   sparse-checkout-cone-mode: true
2026-07-22T03:13:02.3017886Z   fetch-depth: 1
2026-07-22T03:13:02.3018564Z   fetch-tags: false
2026-07-22T03:13:02.3019353Z   show-progress: true
2026-07-22T03:13:02.3020077Z   lfs: false
2026-07-22T03:13:02.3020731Z   submodules: false
2026-07-22T03:13:02.3021471Z   set-safe-directory: true
2026-07-22T03:13:02.3022282Z   allow-unsafe-pr-checkout: false
2026-07-22T03:13:02.3023322Z ##[endgroup]
2026-07-22T03:13:02.3840344Z Syncing repository: BigscreenVR/spt-bs-core
2026-07-22T03:13:02.3842841Z ##[group]Getting Git version info
2026-07-22T03:13:02.3844131Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-07-22T03:13:02.3846030Z [command]/usr/bin/git version
2026-07-22T03:13:02.3846836Z git version 2.43.0
2026-07-22T03:13:02.3849323Z ##[endgroup]
2026-07-22T03:13:02.3856143Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/7b545b56-a90f-49eb-9a82-c3fcf0e4389d' before making global git config changes
2026-07-22T03:13:02.3858537Z Adding repository directory to the temporary git global config as a safe directory
2026-07-22T03:13:02.3860706Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-07-22T03:13:02.3889988Z [command]/usr/bin/git config --local --get remote.origin.url
2026-07-22T03:13:02.3907626Z https://github.com/BigscreenVR/spt-bs-core
2026-07-22T03:13:02.3917985Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-22T03:13:02.3920256Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-22T03:13:02.3938147Z refs/heads/main
2026-07-22T03:13:02.3945657Z [command]/usr/bin/git checkout --detach
2026-07-22T03:13:02.3991196Z HEAD is now at 69a0e4fc Merge pull request #54 from BigscreenVR/build/notif-truth-w2
2026-07-22T03:13:02.4055854Z [command]/usr/bin/git branch --delete --force main
2026-07-22T03:13:02.4082222Z Deleted branch main (was 69a0e4fc).
2026-07-22T03:13:02.4142878Z ##[endgroup]
2026-07-22T03:13:02.4144171Z [command]/usr/bin/git submodule status
2026-07-22T03:13:02.4334387Z ##[group]Cleaning the repository
2026-07-22T03:13:02.4335690Z [command]/usr/bin/git clean -ffdx
2026-07-22T03:13:02.4370189Z [command]/usr/bin/git reset --hard HEAD
2026-07-22T03:13:02.4417226Z HEAD is now at 69a0e4fc Merge pull request #54 from BigscreenVR/build/notif-truth-w2
2026-07-22T03:13:02.4421903Z ##[endgroup]
2026-07-22T03:13:02.4423353Z ##[group]Disabling automatic garbage collection
2026-07-22T03:13:02.4426017Z [command]/usr/bin/git config --local gc.auto 0
2026-07-22T03:13:02.4449313Z ##[endgroup]
2026-07-22T03:13:02.4450458Z ##[group]Setting up auth
2026-07-22T03:13:02.4453978Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-07-22T03:13:02.4477644Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-07-22T03:13:02.4658563Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-22T03:13:02.4683420Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-07-22T03:13:02.4862843Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-22T03:13:02.4888626Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-07-22T03:13:02.5075224Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-07-22T03:13:02.5105296Z ##[endgroup]
2026-07-22T03:13:02.5106522Z ##[group]Fetching the repository
2026-07-22T03:13:02.5119348Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +69a0e4fc6a268697925b0c77a56292b1d5993bcb:refs/remotes/origin/main
2026-07-22T03:13:02.9691874Z ##[endgroup]
2026-07-22T03:13:02.9693229Z ##[group]Determining the checkout info
2026-07-22T03:13:02.9694644Z ##[endgroup]
2026-07-22T03:13:02.9695522Z [command]/usr/bin/git sparse-checkout disable
2026-07-22T03:13:02.9732882Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-07-22T03:13:02.9756571Z ##[group]Checking out the ref
2026-07-22T03:13:02.9758028Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-07-22T03:13:02.9802388Z Switched to a new branch 'main'
2026-07-22T03:13:02.9803512Z branch 'main' set up to track 'origin/main'.
2026-07-22T03:13:02.9808297Z ##[endgroup]
2026-07-22T03:13:02.9838648Z [command]/usr/bin/git log -1 --format=%H
2026-07-22T03:13:02.9859613Z 69a0e4fc6a268697925b0c77a56292b1d5993bcb
